-
Notifications
You must be signed in to change notification settings - Fork 4
Probtest santis #308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Probtest santis #308
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, just some minor formal corrections
@mjaehn are there still requested changes or can we merge this? |
Fine for me, I just couldn't test everything beyond step 3 (generating 10-member ensemble), as the job was just hanging for 1h, not producing any output. |
Hmm, have you ever tried again? |
Yes, several times. No output, no logfile :( |
Then, navigate into the corresponding folder and compile with: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then, navigate into the corresponding folder and compile with: |
```console | ||
cd ../nvhpc_gpu | ||
./make_runscripts $EXPERIMENT | ||
cd run && sbatch --uenv ${UENV_VERSION} ./exp.c2sm_clm_r13b03_seaice.run && cd .. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cd run && sbatch --uenv ${UENV_VERSION} ./exp.c2sm_clm_r13b03_seaice.run && cd .. | |
cd run && sbatch --uenv ${UENV_VERSION} ./exp.${EXPERIMENT}.run && cd .. |
Navigate to your CPU build directory and generate and run a 10-member ensemble (this may take time): | ||
```console | ||
cd nvhpc_cpu | ||
./make_runscripts $EXPERIMENT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
./make_runscripts $EXPERIMENT | |
./make_runscripts $EXPERIMENT | |
salloc -p normal --time=00:20:00 |
```console | ||
cd nvhpc_cpu | ||
./make_runscripts $EXPERIMENT | ||
uenv run ${UENV_VERSION} -- python3 scripts/cscs_ci/probtest_container_wrapper.py ensemble $EXPERIMENT --build-dir $(pwd) --member-ids $(seq -s, 11 49) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uenv run ${UENV_VERSION} -- python3 scripts/cscs_ci/probtest_container_wrapper.py ensemble $EXPERIMENT --build-dir $(pwd) --member-ids $(seq -s, 11 49) | |
salloc -p normal --time=01:20:00 | |
uenv run ${UENV_VERSION} -- python3 scripts/cscs_ci/probtest_container_wrapper.py ensemble $EXPERIMENT --build-dir $(pwd) --member-ids $(seq -s, 11 49) |
No description provided.